Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.routing.cleanup.config--schedule

This contribution is part of XML component org.nuxeo.ecm.platform.routing.cleanup.config inside nuxeo-routing-core-9.10.jar /OSGI-INF/document-routing-cleanup-contrib.xml

Extension Point

Extension point schedule of component org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService

Contributed Items

  • <schedule id="workflowInstancesCleanup">
          <eventId>workflowInstancesCleanup</eventId>
          <!-- every day at 11.59 PM -->
          <cronExpression>0 59 23 * * ?</cronExpression>
        </schedule>
    schedule workflowInstancesCleanup

XML Source

<extension point="schedule" target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService">

    <schedule id="workflowInstancesCleanup">
      <eventId>workflowInstancesCleanup</eventId>
      <!-- every day at 11.59 PM -->
      <cronExpression>0 59 23 * * ?</cronExpression>
    </schedule>

  </extension>